Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.apidoc.gadget--gadget

This contribution is part of XML component org.nuxeo.apidoc.gadget inside nuxeo-apidoc-webengine-5.8.jar

Extension Point

Extension point gadget of component service.

Contributed Items

  • <internalGadget name="services">
          <mountPoint>/services</mountPoint>
          <entryPoint>services.xml</entryPoint>
          <category>Nuxeo</category>
          <icon>tasks.png</icon>
        </internalGadget>
  • <internalGadget name="extensionPoints">
          <mountPoint>/extensionPoints</mountPoint>
          <entryPoint>extensionPoints.xml</entryPoint>
          <category>Nuxeo</category>
          <icon>tasks.png</icon>
        </internalGadget>

XML Source

<extension point="gadget" target="org.nuxeo.opensocial.gadgets.service">

    <internalGadget name="services">
      <mountPoint>/services</mountPoint>
      <entryPoint>services.xml</entryPoint>
      <category>Nuxeo</category>
      <icon>tasks.png</icon>
    </internalGadget>

    <internalGadget name="extensionPoints">
      <mountPoint>/extensionPoints</mountPoint>
      <entryPoint>extensionPoints.xml</entryPoint>
      <category>Nuxeo</category>
      <icon>tasks.png</icon>
    </internalGadget>

  </extension>